.header {
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index:101;
    background-color:transparent;
    padding:0 165px;
    text-align:center
}
.header .container {
    padding:0
}
.logo {
    float:left;
    display:inline-block;
    margin:25px 0 15px 0
}
.mainav {
    display:inline-block
}
.mainav>li {
    float:left;
    display:inline-block
}
.mainav>li>a {
    display:inline-block;
    padding:43px 33px 15px 33px;
    font-size:18px;
    color:#fff
}
.mainav>li>a:hover {
    color:#00f6ff;
    text-decoration:none
}
.mainav>li>a.active {
    color:#00f6ff;
    text-decoration:none
}
.secondbox {
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:80px;
    background-color:#f4f4f4;
    overflow:hidden;
    box-shadow:0 3px 3px rgba(0,0,0,0.3)
}
.secondnav {
    position:relative;
    padding:50px 0 50px 15px
}
.secondnav>li>a {
    display:inline-block;
    width:230px;
    margin:14px 0;
    font-size:20px;
    color:#333
}
.secondnav>li>a:hover {
    color:#0263eb;
    text-decoration:none;
    cursor:pointer
}
.arrowd {
    display:inline-block;
    width:0;
    height:0;
    margin-left:5px;
    vertical-align:middle;
    border-top:6px dashed;
    border-top:6px solid \9;
    border-right:6px solid transparent;
    border-left:6px solid transparent
}
.secondnav .iconfont {
    font-size:22px;
    margin-right:8px
}
.secondnav>li>a>span {
    display:none;
    width:0;
    height:0;
    margin-left:5px;
    vertical-align:middle;
    border-top:4px dashed;
    border-top:4px solid \9;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}
.thirdbox {
    position:absolute;
    left:230px;
    right:0;
    top:0;
    bottom:0;
    padding:55px 0 0 80px;
    background-color:#fff
}
.thirdbox:after {
    content:"";
    position:absolute;
    right:-400px;
    top:0;
    bottom:0;
    width:400px;
    background-color:#fff
}
.thirdbox-tit {
    font-size:30px;
    color:#0263eb
}
.thirdnav {
    float:left;
    width:476px;
    padding-top:15px
}
.thirdnav li {
    width:50%;
    padding:12px 0;
    float:left
}
.thirdnav li a {
    font-size:16px;
    color:#333
}
.thirdnav li a:hover {
    color:#0263eb;
    text-decoration:none
}
.paned {
    float:left
}
.paned-tit {
    font-size:16px;
    color:#333;
    padding-bottom:10px
}
.onoff {
    position:relative;
    float:right;
    padding:9px 10px;
    margin:15px;
    background:none;
    border:0;
    border-radius:4px
}
.onoff span {
    display:block;
    width:30px;
    height:2px;
    border-radius:1px;
    background-color:#fff
}
.onoff span+span {
    margin-top:6px
}
.pagination {
    position:absolute;
    z-index:20;
    bottom:10px;
    width:100%;
    text-align:center
}
.swiper-pagination-switch {
    display:inline-block;
    width:12px;
    height:12px;
    border-radius:12px;
    background:#c3c3c3;
    margin:0 5px;
    cursor:pointer
}
.swiper-active-switch {
    background:#009dff;
    width:50px
}
.section .slide {
    background-size:cover;
    background-position:center center
}
.product {
    background-color:#fff;
    padding:50px 0
}
.product-tit {
    font-size:48px;
    text-align:center;
    letter-spacing:10px;
    color:#010101;
    margin:20px 0 10px
}
.product .hd {
    width:100%;
    text-align:center;
    overflow-x:auto;
    white-space:nowrap
}
.product .hd ul {
    white-space:nowrap
}
.product .hd ul li {
    position:relative;
    display:inline-block;
    margin:0 15px;
    cursor:pointer;
    padding:10px 0
}
.product .hd ul li:after {
    content:"";
    position:absolute;
    top:17px;
    right:-15px;
    width:1px;
    height:12px;
    background-color:#d4d4d4
}
.product .hd ul li:last-child:after {
    display:none
}
.product .hd ul li:before {
    content:"";
    display:none;
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:2px;
    background-color:#bf212c
}
.product .hd ul li:hover:before {
    display:block
}
.product .hd ul li.on:before {
    display:block
}
.product .hd ul li span {
    font-size:20px;
    color:#666
}
.product .hd ul li em {
    position:relative;
    top:-1px;
    font-style:normal;
    font-size:16px;
    color:#da3131;
    padding-left:10px;
    letter-spacing:2px;
    font-family:Arial
}
.product .hd ul li i {
    position:absolute;
    right:15px;
    top:0;
    display:inline-block;
    width:20px;
    height:20px;
    background:url(../images/hot.png) no-repeat
}
.product-list {
    overflow:hidden;
    width:100%
}
.swiper-container-1 {
    overflow:hidden
}
.product-list li {
    float:left;
    width:25%;
    text-align:center;
    margin:50px 0
}
.swiper-container.type2 {
    padding-bottom:60px
}
.swiper-container.type2 .swiper-slide {
    width:100%
}
.product-list li img,.product-list li span,.product-list li em {
    display:block;
    text-align:center
}
.product-list li img {
    margin:0 auto
}
.product-list li span {
    font-size:20px;
    color:#000;
    margin-top:20px;
    letter-spacing:2px
}
.product-list li em {
    font-size:14px;
    color:#666;
    font-style:normal;
    font-family:Arial;
    padding-top:4px;
    letter-spacing:1px
}
.product-list li a {
    display:inline-block
}
.product-list li a:hover {
    text-decoration:none
}
.customer-tit {
    font-size:48px;
    text-align:center;
    letter-spacing:10px;
    color:#010101;
    margin:90px 0 50px
}
.customer .hd {
    background:url(../images/bg2.jpg) no-repeat center top
}
.customer-list {
    overflow:hidden
}
.customer-list li {
    float:left;
    width:200px;
    height:100px;
    background-size:cover;
    margin:15px 14px;
    border:1px solid #ccc
}
.customer .bd {
    padding:50px 0;
    background:url(../images/bg3.jpg) no-repeat center center
}
.customer-list2 {
    overflow:hidden
}
.customer-list2 li {
    position:relative;
    float:left;
    width:25%;
    text-align:center;
    color:#fff;
    margin:15px 0
}
.customer-list2 li span {
    display:block;
    font-size:43px;
    font-family:Arial
}
.customer-list2 li em {
    display:block;
    font-size:22px;
    font-style:normal;
    color:#f5f5f5
}
.customer-list2 li:after {
    content:"";
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:1px;
    background-color:#5586d2
}
.customer-list2 li:last-child:after {
    display:none
}
.btnmore {
    display:block;
    width:280px;
    height:50px;
    text-align:center;
    line-height:50px;
    border:1px solid #e6e6e6;
    margin:50px auto;
    font-size:20px;
    color:#666
}
.btnmore:hover {
    background-color:#f8f8f8;
    text-decoration:none
}
.news {
    padding-bottom:50px;
    overflow:hidden
}
.news-list {
    padding-bottom:50px
}
.news-tit {
    font-size:48px;
    text-align:center;
    letter-spacing:10px;
    color:#010101
}
.news-list .swiper-slide {
    height:470px;
    padding:0 20px;
    box-sizing:border-box
}
.news-list .swiper-slide a {
    display:block;
    height:100%
}
.news-img {
    width:100%;
    height:240px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat
}
.news-word {
    padding:0 10px
}
.news-titd {
    display:block;
    font-size:20px;
    padding:10px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    color:#000;
    height:100px;
    letter-spacing:1px
}
.news-p {
    font-size:16px;
    color:#999;
    line-height:1.7;
    height:80px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    font-weight:lighter
}
.news-time {
    padding-top:7px;
    color:#85a8cb;
    font-size:14px;
    letter-spacing:1px
}
.device .arrow-left {
    background:url(../images/arrow_left.png) no-repeat center center;
    position:absolute;
    left:-30px;
    top:50%;
    margin-top:-65px;
    width:25px;
    height:53px;
    z-index:999;
    cursor:pointer
}
.device .arrow-right {
    background:url(../images/arrow_right.png) no-repeat center center;
    position:absolute;
    right:-30px;
    top:50%;
    margin-top:-65px;
    width:25px;
    height:53px;
    z-index:999;
    cursor:pointer
}
.device {
    position:relative
}
.device.container {
    padding:0 40px
}
.news>.container {
    padding:0
}
.linkbox {
    position:relative;
    padding:40px 10px 20px
}
.linkbox-tit {
    position:absolute;
    font-size:18px;
    color:#fff
}
.linkbox-list {
    padding-left:135px;
    overflow:hidden
}
.linkbox-list li {
    float:left;
    width:14%;
    margin:4px 0 10px
}
.linkbox-list li a {
    font-size:14px;
    color:#fff
}
.footbox {
    padding-top:30px
}
.footbox-tit {
    font-size:18px;
    color:#fff;
    padding-bottom:10px
}
.footbox-list li {
    padding:5px 0
}
.footbox-list li a {
    color:#fff;
    font-size:14px
}
.footbox-phone {
    font-family:Arial;
    font-size:30px;
    color:#fff;
    padding-bottom:10px
}
.footbox-p {
    font-size:14px;
    color:#fff
}
.sidebar {
    position:fixed;
    right:0;
    top:50%;
    z-index:101;
    transform:translateY(-50%)
}
.sidebar li {
    position:relative;
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    background-color:#fff;
    cursor:pointer;
    border-radius:35px;
    margin:15px
}
.sidebar li span {
    display:block;
    font-size:16px
}
.sidebar li.type1 {
    background-color:#75bf4e
}
.sidebar li.type2 {
    background-color:#3cb728
}
.sidebar li.type3 {
    background-color:#8eaec5
}
.sidebar li i.iconfont {
    font-size:20px;
    display:inline-block;
    color:#fff
}
.sidebar li:hover {
    background-color:#009dff;
    color:#fff
}
.sidebar li div {
    display:none;
    position:absolute;
    top:-3px;
    left:-150px;
    width:135px;
    font-size:16px;
    background-color:#2caeff;
    border-radius:5px;
    color:#fff !important
}
.sidebar li div:after {
    content:"";
    position:absolute;
    top:50%;
    right:-6px;
    display:inline-block;
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #2caeff;
    margin-top:-5px
}
.sidebar li.type2 div {
    top:-53px;
    border:1px solid #ccc;
    background:none
}
.sidebar li.type2 div img {
    width:133px;
    height:133px;
    border-radius:3px
}
.sidebar li.type2 div:after {
    border-left:6px solid #ccc
}
.titimg {
    position:relative;
    height:474px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center
}
.titimg-word {
    position:absolute;
    left:0;
    right:0;
    top:42%;
    color:#fff
}
.titimg-word span {
    display:block;
    font-size:62px;
    text-align:center;
    text-shadow:1px 1px 2px rgba(0,0,0,0.5)
}
.titimg-word em {
    display:block;
    font-size:30px;
    font-family:Arial;
    text-align:center;
    font-style:normal;
    text-shadow:1px 1px 2px rgba(0,0,0,0.5)
}
.titimg-word span {
    display:block
}
.swiper-container.type6 {
    width:100%;
    margin-top:-56px
}
.swiper-container.type6 .swiper-wrapper {
    -webkit-overflow-scrolling:touch
}
.banav {
    position:relative;
    display:block;
    width:100%;
    z-index:1;
    white-space:nowrap
}
.banav li {
    display:inline-block;
    margin-left:-5px
}
.banav li:first-child {
    margin-left:0
}
.banav li a {
    position:relative;
    display:block;
    height:56px;
    line-height:56px;
    background-color:#f3f2f2;
    text-align:center;
    color:#666;
    font-size:18px;
    border:1px solid #ccc;
    border-bottom:none;
    border-radius:5px 5px 0 0;
    padding:0 32px
}
.banav li a:hover,.banav li a.on {
    background-color:#fff;
    color:#0b5bff;
    text-decoration:none
}
.banav li em {
    position:relative;
    font-style:normal
}
.banav li i {
    position:absolute;
    top:-11px;
    right:-6px;
    display:inline-block;
    width:15px;
    height:15px;
    background:url(../images/hot.png) no-repeat;
    background-size:cover
}
.maincont>div {
    padding:60px 10px
}
.maincont>div:nth-of-type(2n) {
    background-color:#fbfbfb
}
.maincont img {
    display:block;
    margin:30px auto 0 auto;
    max-width:100%
}
.maincont p {
    font-size:16px;
    color:#666;
    text-align:center;
    line-height:1.8;
    padding-top:20px
}
.maincont-tit {
    position:relative;
    padding:20px 0;
    text-align:center;
    font-size:24px
}
.maincont-tit:after {
    content:"";
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-20px;
    display:inline-block;
    width:40px;
    height:5px;
    background-color:#066ed9
}
.swiper-scrollbar {
    width:100%;
    height:4px;
    position:absolute;
    left:0;
    bottom:0;
    z-index:1
}
.clientlsit {
    text-align:center
}
.clientlsit li {
    display:inline-block;
    width:179px;
    height:119px;
    border:1px solid #ccc;
    margin:6px;
    background-size:cover;
    background-position:center center
}
.joinus-btn {
    display:block;
    width:200px;
    height:50px;
    text-align:center;
    line-height:50px;
    font-size:16px;
    background-color:#1976d2;
    color:#fff;
    margin:50px auto
}
.joinus-btn:hover {
    background-color:#1763ae;
    text-decoration:none;
    color:#fff
}
.maincont.type2 p {
    text-align:left;
    font-size:16px
}
.maincont.type2 h1 {
    font-size:20px;
    font-family:SimHei;
    margin-bottom:0;
    line-height:1
}
.maincont.type2 h1:before {
    content:"";
    position:relative;
    top:-2px;
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:15px;
    vertical-align:middle;
    background-color:#1976d2
}
.clientslsit {
    margin-top:50px;
    height:320px
}
.clientslsit .hd ul {
    overflow:hidden
}
.clientslsit .hd li {
    float:left;
    display:inline-block;
    height:39px;
    line-height:38px;
    padding:0 20px;
    font-size:16px;
    border:1px solid #e2e2e2;
    border-radius:39px;
    margin:8px;
    cursor:pointer
}
.clientslsit .hd li:hover,.clientslsit .hd li.on {
    background-color:#1976d2;
    border-color:#1976d2;
    color:#fff
}
.clientslsit .bd {
    border-bottom:1px solid #e8e8e8;
    display:none
}
.clientslsit .bd.on {
    display:block
}
.clientslsit .bd ul {
    position:relative;
    top:1px;
    overflow:hidden;
    margin-bottom:0
}
.clientslsit .bd ul li {
    float:left;
    width:33.33%;
    height:49px;
    line-height:49px;
    border-bottom:1px solid #e8e8e8;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical
}
.clientslsit .bd ul li a {
    font-size:16px;
    color:#333
}
.clientslsit .bd ul li a:hover {
    text-decoration:none;
    color:#28abe3
}
.clientslsit .bd ul li a:before {
    content:"";
    position:relative;
    top:-1px;
    display:inline-block;
    width:6px;
    height:7px;
    vertical-align:middle;
    margin:0 15px 0 20px;
    background:url(../images/icon_arrow.png) no-repeat center top
}
.clientslsit .bd ul li a:hover:before {
    background:url(../images/icon_arrow.png) no-repeat center bottom
}
.aboutus {
    padding:80px 0
}
.aboutus p {
    font-size:16px;
    color:#666;
    text-align:center;
    line-height:2
}
.aboutus em {
    color:#075b9c
}
.aboutus-list {
    padding-top:90px;
    text-align:center
}
.aboutus-list span {
    display:block;
    font-size:18px;
    padding-top:30px
}
.newsdt {
    background-color:#fbfbfb;
    padding:45px 0 60px 0
}
.newsdt-scoll {
    position:relative;
    width:100%
}
.newsdt-scoll .bd li {
    position:relative;
    width:565px;
    height:372px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat
}
.newsdt-scoll .bd li span {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:40px;
    line-height:40px;
    background-color:rgba(0,0,0,0.7);
    font-size:16px;
    color:#fff;
    padding-left:10px
}
.newsdt-scoll .hd {
    position:absolute;
    right:24px;
    bottom:8px;
    height:20px;
    z-index:1
}
.newsdt-scoll .hd ul {
    margin-left:1px
}
.newsdt-scoll .hd ul li {
    float:left;
    width:18px;
    height:18px;
    text-align:center;
    line-height:18px;
    color:#fff;
    margin-left:-1px;
    border:1px solid #5f6878;
    font-family:Arial
}
.newsdt-scoll .hd ul li.on {
    background-color:#c11921
}
.newsdt .col-md-6 {
    padding-top:80px
}
.newsdt-list {
    margin-left:35px
}
.newsdt-list li {
    position:relative;
    overflow:hidden;
    height:130px;
    padding:30px 0 30px 90px;
    border-bottom:1px dashed #ccc
}
.newsdt-list li:first-child {
    padding-top:0;
    height:100px
}
.newsdt-list li .date {
    position:absolute;
    left:0;
    top:30px;
    width:58px;
    height:58px;
    text-align:center;
    color:#fff;
    background-color:#1976d2;
    font-family:Arial
}
.newsdt-list li:first-child .date {
    top:0
}
.newsdt-list li:last-child {
    border-bottom:0
}
.newsdt-list li .date span {
    font-size:24px;
    padding-top:3px;
    display:inline-block
}
.newsdt-list li .date em {
    font-style:normal
}
.newsdt-list .word a {
    font-size:16px;
    color:#333
}
.newsdt-list .word p {
    font-size:14px;
    color:#999;
    font-family:Simsun;
    line-height:1.8;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    padding-top:7px;
    margin-bottom:0
}
.morebtn {
    display:block;
    height:38px;
    width:205px;
    text-align:center;
    line-height:38px;
    border:1px solid #1976d2;
    margin:70px auto 0 auto;
    font-size:16px
}
.morebtn:hover {
    background-color:#1976d2;
    color:#fff;
    text-decoration:none
}
.jobcont {
    padding:40px 0 60px 0
}
.joblist {
    padding-top:60px;
    height:600px
}
.joblist .hd {
    text-align:center
}
.joblist .hd ul li {
    display:inline-block;
    padding:0 25px;
    height:41px;
    line-height:41px;
    border-radius:41px;
    font-size:18px;
    color:#666;
    border:1px solid #e2e2e2;
    margin:0 6px;
    cursor:pointer
}
.joblist .hd ul li:hover,.joblist .hd ul li.on {
    border-color:#5b89bc;
    color:#5b89bc
}
.joblist .bd {
    display:none;
    padding:70px 40px 0 40px;
    overflow:hidden
}
.joblist .word {
    padding-left:30px
}
.joblist .word .tit {
    font-size:18px;
    color:#5b89bc;
    padding-top:30px;
    padding-bottom:13px
}
.joblist .word .tit:first-child {
    padding-top:0
}
.joblist .word p {
    font-size:16px;
    color:#666;
    line-height:2;
    margin-bottom:0
}
.joblist-end {
    font-size:18px;
    color:#5b89bc;
    margin:30px 0 0 69px
}
.contactus {
    background-color:#fbfbfb;
    padding:50px 0 110px 0
}
.contactus .bd {
    padding-top:55px;
    padding-left:25px
}
.contactus .tit {
    font-size:18px;
    color:#1976d2;
    padding-bottom:10px
}
.contactus .tit:before {
    content:"";
    position:relative;
    top:-1px;
    display:inline-block;
    width:14px;
    height:20px;
    vertical-align:middle;
    background:url(../images/icon_addss.png) no-repeat;
    margin-right:8px
}
.contactus p {
    font-size:14px;
    color:#777;
    line-height:1.8;
    margin-bottom:0
}
.newtit {
    text-align:center;
    padding:90px 0 50px 0
}
.newtit span {
    display:block;
    font-size:38px;
    font-family:SimHei;
    line-height:1
}
.newtit em {
    display:block;
    font-style:normal;
    font-size:18px;
    line-height:1.7;
    padding-top:35px;
    color:#666
}
.newtit.type2 span {
    color:#fff
}
.newtit.type2 em {
    color:#fff
}
.product2 .hd {
    position:relative;
    z-index:1;
    width:1300px;
    margin:0 auto;
    text-align:center
}
.product2 .hd li {
    position:relative;
    display:inline-block;
    margin:0 15px 15px 15px;
    cursor:pointer
}
.product2 .hd li span {
    display:block;
    font-size:18px;
    color:#858585
}
.product2 .hd li em {
    font-style:normal
}
.product2 .hd li i {
    font-size:50px;
    color:#858585
}
.product2 .hd li:after {
    content:"";
    position:absolute;
    bottom:-31px;
    left:50%;
    margin-left:-8.5px;
    display:none;
    width:17px;
    height:15px;
    background:url(../images/icon_sj_03.png) no-repeat
}
.product2 .hd li.on span {
    color:#2caeff
}
.product2 .hd li.on i {
    color:#2caeff
}
.product2 .hd li.on:after {
    display:inline-block
}
.product2 .hd li a {
    display:block;
    width:100%;
    height:100%
}
.product2 .hd li a {
    text-decoration:none
}
.product2 .bd {
    background-color:#f5f5f6;
    box-shadow:inset 0 1px 5px 0 rgba(0,0,0,0.16)
}
.product2 .bd>div {
    width:1200px;
    margin:0 auto;
    padding:30px 0
}
.product2 .bd ul:after {
    content:"";
    display:table;
    clear:both
}
.product2 .bd li {
    position:relative;
    float:left;
    width:400px;
    height:100px;
    margin:8px 0;
    background-color:#f5f5f6
}
.product2 .bd li img {
    float:left
}
.product2 .bd li .word {
    float:left;
    width:210px;
    padding-left:15px
}
.product2 .bd li .tit {
    font-size:16px;
    color:#000;
    padding-bottom:5px
}
.product2 .bd li p {
    font-size:14px;
    color:#999;
    font-family:Simsun;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical
}
.product2 .bd li a {
    position:relative;
    display:block;
    width:100%;
    height:100%;
    padding:15px 60px
}
.product2 .bd li:hover {
    z-index:1
}
.product2 .bd li a.on {
    z-index:1;
    background-color:#fff;
    box-shadow:0 0 12px rgba(0,0,0,0.14)
}
.customer2 {
    position:relative;
    height:100%;
    background-color:#1a6aad
}
.customer2 .bd {
    height:50%;
    border-top:1px solid #4888bd;
    text-align:center;
    padding:30px 0
}
.customer2 .bd li {
    display:inline-block;
    width:120px;
    color:#fff;
    margin:0 43px;
    vertical-align:top
}
.customer2 .bd li span {
    font-size:40px;
    display:block
}
.customer2 .bd li em {
    font-size:16px;
    font-style:normal
}
.customer2 .hd {
    width:100%;
    height:50%;
    background-color:#f5f5f6;
    display:table;
    text-align:center;
    padding:60px 0
}
.customer2 .hd>div {
    display:table-cell;
    vertical-align:middle
}
.customer2 .hd ul {
    width:1250px;
    margin:0 auto;
    overflow:hidden
}
.customer2 .hd li {
    display:inline-block;
    margin:10px
}
.shadow {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    background:#000;
    opacity:.5;
    filter:alpha(opacity=50);
    z-index:2
}
.popup {
    display:none;
    position:fixed;
    left:50%;
    top:50%;
    width:496px;
    height:526px;
    margin:-268px 0 0 -248px;
    background-color:#fff;
    z-index:3;
    border-radius:10px;
    padding:0 45px
}
.popup-tit {
    font-size:30px;
    font-family:SimHei;
    color:#565656;
    text-align:center;
    line-height:1;
    padding:57px 0 39px 0
}
.closebtn {
    position:absolute;
    right:21px;
    top:23px;
    display:inline-block;
    width:31px;
    height:31px;
    background:url(../images/icon_off.png) no-repeat;
    cursor:pointer
}
.popup-rowd {
    height:48px;
    margin-bottom:15px;
    border:1px solid #e3e3e3;
    border-radius:5px;
    overflow:hidden
}
.popup-rowd img {
    float:left;
    border-right:1px solid #e3e3e3
}
.popup-rowd input {
    float:left;
    width:330px;
    height:46px;
    line-height:46px;
    border:0;
    margin-left:17px;
    font-size:16px;
    color:#333;
    outline:none
}
.btn_tj {
    display:block;
    height:50px;
    background-color:#1976d2;
    color:#fff;
    text-align:center;
    line-height:50px;
    font-size:20px;
    margin-top:50px
}
.btn_tj:hover {
    color:#fff;
    text-decoration:none;
    background-color:#1a6cbe
}
.aboutus img {
    display:block;
    margin:50px auto 0 auto
}
.binews-list li {
    height:231px;
    margin-bottom:60px;
    overflow:hidden
}
.binews-list li .imgd {
    float:left;
    display:inline-block
}
.binews-list li .imgd img {
    width:394px;
    height:231px
}
.binews-list li .bd {
    float:left;
    width:740px;
    margin-left:35px
}
.binews-list li .tit {
    font-size:20px;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height:2.5
}
.binews-list li .tit:hover {
    text-decoration:none;
    color:#1875d0
}
.binews-list li em {
    display:block;
    font-family:Arial;
    font-size:14px;
    padding:10px 0 5px 0
}
.binews-list li p {
    font-size:14px;
    font-family:Simsun;
    color:#767676;
    line-height:1.8;
    height:75px;
    overflow:hidden
}
.binews-list li .more {
    display:inline-block;
    font-size:14px;
    color:#cd1515;
    padding-left:46px;
    background:url(../images/icon_arrow2.png) no-repeat left center;
    margin-top:35px
}
.binews-list li .more:hover {
    text-decoration:none
}
.paging {
    border-top:1px solid #e7e7e7;
    padding:50px 0;
    text-align:center
}
.paging a {
    position:relative;
    top:2px;
    display:inline-block;
    font-family:Arial;
    font-size:22px;
    margin:0 5px;
    width:15px;
    height:36px;
    vertical-align:initial;
    text-align:center;
    overflow:hidden;
    color:#000
}
.paging a:hover,.paging a.on {
    top:-4px;
    color:#cd1515;
    font-size:26px;
    text-decoration:none
}
.paging a.prev,.paging a.next {
    top:0;
    width:155px;
    height:36px;
    text-align:center;
    line-height:36px;
    font-size:18px;
    color:#666;
    border:1px solid #d1d1d1
}
.paging a.prev:hover,.paging a.next:hover {
    font-size:18px;
    top:0;
    background-color:#f9f9f9
}
.paging a.prev {
    margin-right:50px
}
.paging a.next {
    margin-left:50px
}
.bicont {
    padding:90px 0 110px 0
}
.bicont-tit {
    font-size:36px;
    text-align:center
}
.bicont-date {
    margin-top:25px;
    overflow:hidden;
    border-bottom:1px solid #d3d3d3;
    padding-bottom:25px
}
.bicont-date span {
    font-size:16px;
    color:#666
}
.bicont-date span em {
    color:#bc0a0a;
    font-style:normal
}
.bicont-date .adds {
    float:left
}
.bicont-date .time {
    float:right
}
.bicont p {
    margin-bottom:0;
    font-size:20px;
    color:#333;
    line-height:2;
    text-indent:2em;
    padding:20px 0
}
.page {
    margin:40px 0
}
.page li {
    height:45px;
    line-height:45px;
    border-top:1px solid #e4e7eb;
    border-bottom:1px solid #e4e7eb;
    overflow:hidden;
    padding:0 10px
}
.page li:first-child {
    position:relative;
    top:1px
}
.page li:hover {
    background-color:#f8f8f8
}
.page li span {
    color:#666;
    font-size:16px;
    float:left;
    padding:0 20px
}
.page li a {
    margin-left:20px;
    color:#666;
    font-size:16px;
    float:left
}
.page li a:hover {
    text-decoration:none
}
.page li em {
    color:#666;
    float:right;
    font-size:16px;
    font-style:normal
}
.backgo {
    margin-top:20px;
    text-align:right
}
.backgo_btn {
    display:inline-block;
    width:100px;
    height:30px;
    line-height:30px;
    color:#fff;
    text-align:center;
    background-color:#464646;
    font-size:14px
}
.backgo_btn:hover {
    background-color:#2f2e2e;
    color:#fff;
    text-decoration:none
}
.viewmore {
    text-align:right;
    padding:0 65px 30px 0
}
.viewmore a {
    font-size:18px;
    font-family:Arial;
    color:#666
}
.fp-controlArrow.fp-prev {
    display:none;
    width:36px;
    height:70px;
    border:0;
    background:url(../images/arrow_l.png)
}
.fp-controlArrow.fp-next {
    display:none;
    width:36px;
    height:70px;
    border:0;
    background:url(../images/arrow_r.png)
}
.fp-slidesNav ul li a span {
    background:rgba(0,0,0,0.3);
    border:1px solid #fff
}
.fp-slidesNav ul li a.active span {
    background:#fff
}
@media (max-width:1367px) {
    .newtit {
        padding:40px 0 20px 0
    }
    .newtit span {
        font-size:32px
    }
    .newtit em {
        font-size:16px;
        padding-top:10px;
        line-height:2
    }
    .product2 .hd li i {
        font-size:40px
    }
    .product2 .hd li span {
        font-size:16px
    }
    .product2 .bd>div {
        padding:5px 0
    }
    .product2 .bd li {
        height:80px;
        margin:5px 0
    }
    .product2 .bd li a {
        padding:6px 60px
    }
    .product2 .bd li .tit {
        font-size:16px
    }
    .product2 .bd {
        top:224px
    }
    .customer2 .bd {
        height:40%;
        padding:20px 0
    }
    .customer2 .bd li span {
        font-size:30px
    }
    .customer2 .bd li em {
        font-size:14px
    }
    .customer2 .hd {
        height:60%
    }
    .viewmore {
        padding:0 80px 25px 0
    }
    .viewmore a {
        font-size:14px
    }
    .news-list .swiper-slide {
        height:300px
    }
    .device.container {
        padding:0 70px
    }
    .news-img {
        height:165px
    }
    .news-titd {
        font-size:16px
    }
    .news-p {
        font-size:12px
    }
    .device .arrow-right {
        right:0
    }
    .device .arrow-left {
        left:0
    }
    .news {
        padding:10px 0
    }
    .linkbox {
        padding:15px 10px 15px
    }
    .linkbox-list {
        margin:0
    }
    .linkbox-tit {
        font-size:16px
    }
    .linkbox-list li a {
        font-size:12px
    }
}@media (max-width:1367px) {
    .product2 .hd li {
        margin:0 26px 15px 26px
    }
    .customer2 .bd li {
        margin:0 22px
    }
}.city {
     position:absolute;
     bottom:0;
     z-index:100;
     width:100%;
     height:100%;
     overflow:hidden;
     background-image:url(../images/top/city_bg.png);
     background-repeat:no-repeat;
     background-position:center bottom;
     background-size:100%
 }
.city .plane {
    position:absolute;
    bottom:30px;
    left:-15px
}
.city .travelerR {
    position:absolute;
    bottom:0
}
.city .carL01 {
    position:absolute;
    bottom:0;
    left:-20%
}
.city .carL02 {
    position:absolute;
    bottom:0;
    left:-20%
}
.city .taxi_1L {
    position:absolute;
    bottom:0;
    left:-20%
}
.city .taxi_2L {
    position:absolute;
    bottom:0;
    left:-20%
}
.city .walkerLeft01 {
    position:absolute;
    bottom:0;
    left:45%
}
.city .walkerL2 {
    position:absolute;
    bottom:0;
    left:45%
}
.city .walkerLeft02 {
    position:absolute;
    bottom:0;
    left:60%
}
.city .walkerLeft03 {
    position:absolute;
    bottom:0;
    left:80%
}
.city .walkerRight01 {
    position:absolute;
    right:70%;
    bottom:0
}
.city .walkerRight02 {
    position:absolute;
    bottom:0;
    left:90%
}
.city .walkerRight03 {
    position:absolute;
    bottom:0;
    left:60%
}
.city .walkerRight04 {
    position:absolute;
    bottom:0;
    left:60%
}
.city .walkerR2 {
    position:absolute;
    bottom:0;
    left:45%
}
.city .walkerR3 {
    position:absolute;
    bottom:0;
    left:45%;
    transform:rotateY(180deg)
}
.city .item08 {
    position:absolute;
    bottom:0
}
.masthead {
    position:relative;
    min-width:720px;
    background-image:url("images/top/top_bg01.png");
    background-position:50% 50%;
    background-size:cover
}
.masthead-video {
    position:absolute;
    top:50%;
    left:50%;
    z-index:0;
    width:100%;
    height:auto;
    transform:translate(-50%,-50%);
    min-width:100%
}
.masthead-arrow {
    position:absolute;
    right:0;
    bottom:65px;
    left:-50px;
    width:30px;
    height:0;
    margin:auto
}
.masthead-arrow img {
    max-width:none !important
}
.masthead h1 {
    position:absolute;
    top:0;
    bottom:0;
    width:100%;
    height:10px;
    font-size:0 !important;
    line-height:1;
    margin:auto;
    text-align:center
}
.com_banner,.entry_banner {
    height:333px;
    margin-bottom:30px;
    text-align:center
}
.com_banner img {
    width:100%
}
.com_tl {
    padding:164px 0 0 0
}
#top {
    overflow:hidden !important
}
#top .masthead-arrow {
    bottom:120px !important
}
.masthead-arrow {
    position:absolute;
    right:0;
    bottom:65px;
    left:-50px;
    width:30px;
    height:0;
    margin:auto
}
.masthead-arrow img {
    max-width:none !important
}
.toptit {
    position:absolute;
    left:0;
    right:0;
    top:50%;
    text-align:center;
    margin-top:-143px;
    z-index:1;
    color:#fff
}
.toptit h1 {
    font-family:Arial;
    font-size:62px;
    line-height:1;
    margin:0;
    padding-bottom:30px;
    text-shadow:2px 2px 10px rgba(0,0,0,0.5)
}
.toptit h2 {
    font-size:32px;
    line-height:1;
    margin:0;
    font-family:Microsoft JhengHei;
    font-weight:lighter;
    text-shadow:2px 2px 10px rgba(0,0,0,0.2)
}
.toptit2 {
    position:absolute;
    left:0;
    right:0;
    bottom:142px;
    text-align:center;
    z-index:1;
    color:#fff
}
.toptit2 h1 {
    font-family:Arial;
    font-size:36px;
    line-height:1;
    margin:0;
    padding-bottom:23px
}
.toptit2 h2 {
    font-size:24px;
    line-height:1;
    margin:0;
    font-family:Microsoft JhengHei
}
@media (max-width:1367px) {
    .toptit {
        margin-top:-90px
    }
    .toptit h1 {
        font-size:42px
    }
    .toptit h2 {
        padding:30px 0 25px;
        font-size:28px
    }
    .toptit2 h1 {
        font-size:32px
    }
    .toptit2 h2 {
        font-size:20px
    }
}.toptit h1,.toptit h2,video {
     transition:all .5s;
     -moz-transition:all .5s;
     -webkit-transition:all .5s
 }
#loader-bg {
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    width:100%;
    height:100%;
    background-color:#fff;
    background:url(../images/loading.gif) no-repeat center center #0a1439;
    background-size:27%
}
#loader {
    position:fixed;
    top:50%;
    left:50%;
    z-index:22;
    width:200px;
    height:200px;
    margin-top:-100px;
    margin-left:-100px;
    text-align:center;
    color:#fff
}
#loader img.loaderfg {
    position:absolute;
    width:100px;
    height:100px;
    top:20px;
    right:50px
}
.active-btn {
    float:right;
    font-size:18px;
    color:#fff;
    padding-top:47px
}
.apply-link {
    position:relative;
    top:-4px;
    display:inline-block;
    width:107px;
    height:32px;
    line-height:30px;
    text-align:center;
    border:1px solid #fff;
    color:#fff;
    border-radius:32px;
    transition:all .3s
}
.apply-link:hover {
    background-color:rgba(255,255,255,0.2)
}
.space-size {
    position:relative;
    z-index:1;
    height:160px;
    text-align:center;
    background-color:#fff;
    box-shadow:0 5px 30px 0 rgba(55,122,160,0.17)
}
.space-size .rows {
    display:inline-block;
    padding-top:38px;
    margin:0 70px
}
.space-size .rows .hd {
    padding-bottom:22px
}
.space-size .rows .nmb {
    font-size:40px;
    color:#0098ed;
    line-height:1
}
.space-size .rows .add {
    font-size:36px;
    color:#0098ed;
    line-height:1
}
.space-size .rows .unit {
    font-size:26px;
    font-weight:lighter;
    color:#666;
    line-height:1
}
.space-size .rows>em {
    font-size:24px;
    color:#3b3b3b;
    font-weight:lighter;
    line-height:1
}
.bi-park {
    position:relative;
    background-color:#f9f8f8
}
.bi-park:after {
    content:"";
    display:table;
    clear:both
}
.bi-park .rows {
    float:left;
    width:50%;
    position:relative;
    transition:all .3s
}
.bi-park .rows:after {
    content:"";
    display:table;
    clear:both
}
.bi-park .rows.lang {
    width:calc(50% + 225px) !important
}
.bi-park .rows.short {
    width:calc(50% - 225px) !important
}
.bi-park .rows.short .bi-project-list li {
    width:45%
}
.bi-park .rows:nth-of-type(1) {
    height:607px;
    z-index:1
}
.bi-park .rows:nth-of-type(2) {
    height:607px;
    background:url(../images/bi-bg1.jpg) no-repeat center;
    background-size:cover
}
.bi-park .rows:nth-of-type(2) .animate-imgbox {
    position:absolute;
    width:917px;
    height:456px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    transform-origin:top left;
    background-size:cover
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span {
    position:absolute;
    left:0;
    top:0;
    display:inline-block;
    text-align:center;
    background-color:#fff;
    color:#000;
    cursor:pointer;
    z-index:1
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:hover {
    transition:all .3s;
    background-color:#009dff;
    color:#fff;
    box-shadow:1px 1px 5px 1px #009dff
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(1) {
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    left:154px;
    top:0;
    font-size:20px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(2) {
    width:44px;
    height:44px;
    line-height:44px;
    border-radius:50%;
    left:394px;
    top:39px;
    font-size:14px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(3) {
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    left:650px;
    top:27px;
    font-size:20px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(4) {
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    left:0;
    top:281px;
    font-size:20px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(5) {
    width:44px;
    height:44px;
    line-height:44px;
    border-radius:50%;
    left:175px;
    top:228px;
    font-size:14px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(6) {
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    left:328px;
    top:160px;
    font-size:20px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(7) {
    width:44px;
    height:44px;
    line-height:44px;
    border-radius:50%;
    left:447px;
    top:267px;
    font-size:14px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(8) {
    width:44px;
    height:44px;
    line-height:44px;
    border-radius:50%;
    left:615px;
    top:217px;
    font-size:14px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(9) {
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    left:719px;
    top:258px;
    font-size:20px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(10) {
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    left:857px;
    top:190px;
    font-size:20px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(11) {
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    left:238px;
    top:396px;
    font-size:20px
}
.bi-park .rows:nth-of-type(2) .animate-imgbox span:nth-of-type(12) {
    width:60px;
    height:60px;
    line-height:60px;
    border-radius:50%;
    left:570px;
    top:376px;
    font-size:20px
}
.bi-park .rows:nth-of-type(3) {
    height:563px;
    background:url(../images/bi-bg2.jpg) no-repeat left center;
    background-size:cover
}
.bi-park .rows:nth-of-type(4) {
    height:563px
}
.bi-park .box-type1 {
    float:right;
    width:600px;
    padding-top:120px;
    padding-right:50px
}
.bi-park .box-type1 .text1 {
    font-size:20px;
    color:#6a6a6a;
    padding-top:20px
}
.bi-park .box-type1 .yinhao {
    display:block;
    margin:45px 0 10px 0
}
.bi-park .box-type1 .text2 {
    font-size:18px;
    line-height:1.8;
    color:#262626
}
.bi-park .box-type1 .text2 span {
    color:#0098ed;
    font-size:30px;
    line-height:1
}
.bi-park .box-type1 .btn2 {
    display:inline-block;
    width:160px;
    height:50px;
    text-align:center;
    line-height:50px;
    font-size:16px;
    color:#fff;
    background-color:#85a8cb;
    border-radius:3px;
    margin-top:65px;
    transition:all .3s
}
.bi-park .box-type1 .btn2:hover {
    background-color:#6e96be
}
.bi-park .box-type1 .tit {
    font-size:34px;
    color:#fff;
    margin-top:140px
}
.bi-park .box-type1 .list {
    position:relative;
    width:210px
}
.bi-park .box-type1 .list.on {
    left:-225px
}
.bi-park .box-type1 .list li {
    position:relative;
    width:210px;
    font-size:16px;
    color:rgba(229,229,229,0.6);
    height:70px;
    line-height:69px;
    border-bottom:1px solid #fff;
    cursor:pointer;
    transition:all .3s
}
.bi-park .box-type1 .list li:last-child {
    border-bottom:0
}
.bi-park .box-type1 .list li:after {
    content:"";
    position:absolute;
    right:0;
    top:31px;
    display:inline-block;
    height:10px;
    width:10px;
    border-width:1px 1px 0 0;
    border-color:#fff;
    border-style:solid;
    transition:all .3s;
    -webkit-transform:matrix(.71,.71,-0.71,.71,0,0);
    transform:matrix(.71,.71,-0.71,.71,0,0)
}
.bi-park .box-type1 .list li:hover {
    color:#fff
}
.bi-park .box-type1 .list li:hover:after {
    right:-20px
}
.bi-park .box-type2 {
    float:right;
    width:600px;
    padding-top:70px
}
.bi-project-list {
    position:relative;
    margin-top:56px
}
.bi-project-list li {
    position:relative;
    float:left;
    width:26%;
    height:90px;
    line-height:88px;
    border:1px solid #e5e5e5;
    padding:0 10px;
    text-align:center;
    background-color:#fff;
    border-radius:5px;
    margin-left:3.1%;
    margin-bottom:30px;
    transition:all .3s
}
.bi-project-list li i {
    display:inline-block;
    vertical-align:middle;
    margin-right:21px;
    color:#8c8c8c;
    font-size:40px
}
.bi-project-list li span {
    display:inline-block;
    vertical-align:middle;
    font-size:20px;
    color:#333
}
.bi-project-list li:hover {
    border-color:#75a0c9;
    box-shadow:1.878px 3.532px 0 0 rgba(38,38,38,0.04)
}
.bi-project-list li:hover i {
    color:#000;
    animation-duration:1.5s;
    animation-fill-mode:both;
    animation-iteration-count:1;
    -webkit-backface-visibility:visible !important;
    backface-visibility:visible !important;
    animation-name:flipInY
}
.bi-project-list li:hover:hover {
    color:#5b89bc
}
.bi-project-list li:hover:hover .border:nth-of-type(1) {
    width:100%
}
.bi-project-list li:hover:hover .border:nth-of-type(2) {
    height:90px
}
.bi-project-list li:hover:hover .border:nth-of-type(3) {
    width:100%
}
.bi-project-list li:hover:hover .border:nth-of-type(4) {
    height:90px
}
@media (max-width:1500px) {
    .bi-project-list li {
        width:29%
    }
}.bi-title {
     height:70px;
     font-size:34px;
     color:#333;
     line-height:1;
     background:url(../images/bi-title-bg.png) no-repeat left bottom
 }
.bi-title.type2 {
    text-align:center;
    background-position:center bottom
}
.bi-hover {
    transition:all .4s
}
.bi-hover:hover {
    -webkit-transform:translateY(-2%);
    transform:translateY(-2%);
    box-shadow:1px 4px 10px 2px #ccc
}
.bi-hover:hover .news-titd {
    color:#1267a0
}
.swiper-container.type3 {
    padding-top:15px
}
.footer {
    position:relative;
    background-color:#333638
}
.footer .container-fluid {
    width:1200px;
    font-size:14px;
    color:rgba(255,255,255,0.5);
    padding:35px 0
}
.footer .tit {
    font-size:18px;
    color:#fff;
    font-family:Microsoft JhengHei;
    font-weight:bold;
    padding-bottom:5px
}
.footer .footer-text {
    padding-bottom:8px
}
.footer .footer-text a {
    position:relative;
    font-size:14px;
    color:rgba(255,255,255,0.5)
}
.footer .footer-text a::before {
    content:"·";
    display:inline-block;
    font-size:16px;
    margin-right:4px
}
.footer .footer-text a:hover {
    color:#fff
}
.footer .data {
    overflow:hidden;
    line-height:1.8
}
.footer .data em {
    float:left
}
.footer .data span {
    float:left
}
.footer .bi-code img {
    display:block;
    margin:0 auto 10px auto
}
.footer .bi-code span {
    color:#00beed;
    font-size:22px
}
.footer .footer-line {
    position:relative;
    margin:25px 0 30px 0;
    height:1px;
    background-color:#7a7a7b
}
.footer .bi-friend {
    position:relative;
    overflow:hidden
}
.footer .bi-friend .footer-text {
    float:left;
    width:16.66%;
    padding-left:15px;
    padding-right:15px
}
.footer .fd {
    position:relative;
    height:80px;
    text-align:center;
    background-color:#2d2e31;
    padding-top:27px
}
.footer .fd img {
    display:inline-block;
    vertical-align:bottom;
    margin-right:20px
}
.footer .fd span {
    display:inline-block;
    vertical-align:bottom;
    font-size:14px;
    color:#ccc;
    line-height:1
}
.bi-track {
    position:relative
}
.bi-track .hd {
    position:relative;
    height:270px;
    background-color:#fff;
    padding-top:90px;
    box-shadow:0 5px 30px 0 rgba(55,122,160,0.17);
    z-index:1;
    overflow:hidden
}
.bi-track .hd h2 {
    font-size:20px;
    color:#666666;
    text-align:center
}
.bi-track .hd h2 span {
    font-size:30px;
    color:#0098ed
}
.bi-track .hd:after {
    content:"";
    position:absolute;
    bottom:-12px;
    left:50%;
    display:inline-block;
    width:0;
    height:0;
    border-left:15px solid transparent;
    border-top:12px solid #fff;
    border-right:15px solid transparent
}
.bi-track .bd {
    position:relative;
    height:1236px;
    background-color:#fafafa
}
.bi-map {
    position:absolute;
    left:50%;
    top:70px;
    width:1370px;
    height:780px;
    transform:translate(-50%,0);
    transition:all .3s;
    background:url(../images/bi-track-bg.png) no-repeat center center;
    background-size:100%
}
.bi-map>img {
    position:absolute;
    left:0;
    top:0
}
.bi-map .child {
    position:absolute;
    display:block;
    height:33px;
    text-align:center;
    line-height:31px;
    border-radius:33px;
    font-size:14px;
    color:#595757;
    background-color:#edf7f3;
    border:1px solid #c0dbd3;
    transition:all .25s;
    cursor:pointer
}
.bi-map .child.type2 {
    background-color:#e6eff6;
    border-color:#b1c8da
}
.bi-map .child:hover {
    background-color:#009dff;
    border-color:#009dff;
    color:#fff;
    box-shadow:1px 1px 5px 1px #009dff;
    margin-top:-5px
}
@media (max-width:1500px) {
    .bi-map {
        transform:translate(-50%,0) scale(.9);
        transform-origin:center center
    }
}.partner-list {
     position:absolute;
     width:1236px;
     left:50%;
     bottom:45px;
     transform:translate(-50%,0)
 }
.partner-list .rows {
    position:relative;
    float:left;
    width:217px;
    height:122px;
    text-align:center;
    line-height:122px;
    border:1px solid #ececec;
    margin:15px;
    cursor:pointer;
    transition:all .3s
}
.partner-list .rows img {
    display:inline-block
}
.partner-list .rows .border {
    position:absolute;
    background:none;
    transition:all .5s ease-in-out
}
.partner-list .rows .border:nth-of-type(1) {
    top:-1px;
    left:-1px;
    width:0;
    height:0;
    border-top:1px solid #5b89bc
}
.partner-list .rows .border:nth-of-type(2) {
    top:-1px;
    right:-1px;
    width:0;
    height:0;
    border-right:1px solid #5b89bc
}
.partner-list .rows .border:nth-of-type(3) {
    bottom:-1px;
    right:-1px;
    width:0;
    height:0;
    border-bottom:1px solid #5b89bc
}
.partner-list .rows .border:nth-of-type(4) {
    bottom:-1px;
    left:-1px;
    width:0;
    height:0;
    border-left:1px solid #5b89bc
}
.partner-list .rows:hover .border:nth-of-type(1) {
    width:100%
}
.partner-list .rows:hover .border:nth-of-type(2) {
    height:121px
}
.partner-list .rows:hover .border:nth-of-type(3) {
    width:100%
}
.partner-list .rows:hover .border:nth-of-type(4) {
    height:121px
}
.second-banner {
    height:650px;
    background:no-repeat center;
    background-size:cover;
    position:relative
}
.second-banner.type2 {
    height:475px
}
.second-banner-word {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    color:#fff;
    text-align:center;
    width:1200px
}
.second-banner-word span {
    font-size:42px;
    display:block
}
.second-banner-word div {
    font-size:24px;
    margin-top:10px
}
.bipark-nav {
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    z-index:10
}
.bipark-nav a {
    display:block;
    width:16.6666667%;
    float:left;
    text-align:center;
    height:90px;
    line-height:88px;
    border:rgba(229,229,229,0.6) solid 1px;
    border-right:none;
    font-size:24px;
    color:rgba(255,255,255,0.53);
    text-decoration:none;
    cursor:pointer;
    margin-top:19px;
    transition:all .2s;
    background:url("../images/bipark/nav-bg.png") repeat-x
}
.bipark-nav a:last-child {
    border-right:rgba(229,229,229,0.6) solid 1px
}
.bipark-nav a:hover {
    margin-top:0;
    position:relative;
    height:109px;
    line-height:107px;
    background:url("../images/bipark/nav-bg1.png") repeat-x;
    color:#fff;
    font-size:26px;
    border-color:rgba(50,133,216,0.3)
}
.bipark-nav a:hover+a {
    border-left-color:rgba(50,133,216,0.3)
}
.bipark-nav a.active {
    margin-top:0;
    position:relative;
    height:109px;
    line-height:107px;
    background:url("../images/bipark/nav-bg1.png") repeat-x;
    color:#fff;
    font-size:26px;
    border-color:rgba(50,133,216,0.3)
}
.bipark-nav a.active+a {
    border-left-color:rgba(50,133,216,0.3)
}
.bipark-link {
    background-color:#fff;
    box-sizing:border-box;
    box-shadow:0 2px 10px 2px rgba(0,0,0,0.1)
}
.bipark-link.active {
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:2
}
.bipark-link.active ul {
    padding:10px 0
}
.bipark-link.active ul li {
    margin:0
}
.bipark-link.active ul li .link-img {
    width:53px;
    height:60px;
    line-height:60px
}
.bipark-link.active ul li svg.icon {
    width:25px;
    height:25px
}
.bipark-link.active ul li i {
    font-size:24px
}
.bipark-link.active ul li:hover .link-img {
    background:url("../images/bipark/link-bg2.png") no-repeat;
    background-size:cover
}
.bipark-link.active .link-name {
    font-size:16px
}
.bipark-link ul {
    padding:50px 0;
    margin:0
}
.bipark-link ul li {
    float:left;
    width:16.6666667%;
    text-align:center;
    cursor:pointer;
    margin:10px 0
}
.bipark-link ul li .link-img {
    position:relative;
    display:inline-block;
    background:url("../images/bipark/link-bg1.png") no-repeat;
    background-size:cover;
    width:85px;
    height:97px;
    text-align:center;
    line-height:97px;
    transition:all .25s;
    overflow:hidden
}
.bipark-link ul li .link-name {
    color:#000
}
.bipark-link ul li svg.icon {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    display:inline-block;
    width:42px;
    height:42px;
    background-repeat:no-repeat;
    background-position:center;
    transition:all .3s;
    fill:currentColor;
    overflow:hidden
}
.bipark-link ul li i {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    opacity:0;
    display:inline-block;
    font-size:36px;
    width:42px;
    height:42px;
    text-align:center;
    line-height:42px;
    transition:all .3s
}
.bipark-link ul li:hover .link-img {
    background:url("../images/bipark/link-bg2.png") no-repeat
}
.bipark-link ul li:hover svg.icon {
    transform:translate(-50%,-50%) rotateY(180deg);
    opacity:0
}
.bipark-link ul li:hover i.icon {
    color:#fff;
    opacity:1
}
.bipark-link ul li:hover .link-name {
    color:#3285d8
}
.bipark-link a {
    text-decoration:none
}
.bipark-link-box {
    display:none;
    background-color:#fff
}
.link-name {
    font-size:20px;
    margin-top:5px
}
.nav-content {
    padding:120px 0;
    overflow:hidden
}
.nav-content .container {
    padding:0 50px
}
.nav-content-write {
    width:36.5%
}
.nav-content-write .nav-content-title {
    font-size:24px;
    color:#333333;
    position:relative;
    padding-bottom:15px
}
.nav-content-write .nav-content-title:after {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:31px;
    height:4px;
    background-color:#3285d8
}
.nav-content-write .nav-content-word {
    font-size:16px;
    line-height:26px;
    color:#666666;
    margin-top:40px
}
.nav-content-write p {
    margin:0
}
.nav-content-img {
    width:57.1%;
    text-align:center
}
.nav-content-img img {
    max-width:100%
}
.accordion-banner {
    height:650px;
    overflow:hidden
}
.accordion-banner ul {
    height:100%
}
.accordion-banner li {
    width:20%;
    float:left;
    height:100%;
    transition:.5s
}
.accordion-banner li a {
    display:block;
    background:no-repeat center;
    background-size:cover;
    width:100%;
    height:100%;
    cursor:pointer;
    position:relative
}
.accordion-banner .according-title {
    font-size:24px;
    color:#fff;
    position:absolute;
    left:0;
    bottom:50px;
    padding:0 20px;
    text-align:center;
    transition:all .25s;
    width:100%
}
.accordion-banner .according-write {
    position:absolute;
    left:0;
    top:60%;
    padding:0 80px;
    text-align:center;
    width:100%;
    display:none;
    transition:all .51s
}
.accordion-banner .according-name {
    font-size:24px;
    color:#fff
}
.accordion-banner .according-describe {
    font-size:16px;
    color:#fff;
    line-height:30px;
    transition:all .25s;
    margin-top:20px
}
.solution {
    padding:70px 0
}
.solution-title {
    font-size:24px;
    color:#333;
    text-align:center;
    position:relative;
    padding-bottom:15px
}
.solution-title:after {
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    width:40px;
    height:3px;
    background-color:#2988e7;
    margin-left:-20px
}
.solution-name {
    font-size:20px;
    color:#333;
    position:relative;
    padding-left:24px
}
.solution-name:before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:7px;
    height:7px;
    background-color:#2988e7;
    margin-top:-4px
}
.solution-write {
    padding:0 24px;
    font-size:16px;
    color:#666;
    line-height:30px;
    margin-top:8px
}
.solution-write p {
    margin:0
}
.solution-row {
    margin-top:40px
}
.solution-write-list {
    padding-left:24px;
    margin-top:15px
}
.solution-write-list .solution-write-wd {
    width:1134px;
    overflow:hidden
}
.solution-write-list a {
    display:table;
    width:174px;
    height:50px;
    padding:0 5px;
    float:left;
    border:#ededed solid 1px;
    text-align:center;
    margin:0 15px 15px 0;
    text-decoration:none;
    cursor:pointer;
    transition:.25s;
    color:#666;
    background-color:#fff
}
.solution-write-list a span {
    display:table-cell;
    vertical-align:middle;
    font-size:16px
}
.solution-write-list a:hover {
    color:#2988e7;
    border-color:#2988e7
}
.case-logo {
    padding:60px 0
}
.case-logo ul li {
    float:left;
    width:20%;
    padding:0 10px;
    text-align:center;
    margin:10px 0
}
.case-logo ul li a {
    display:block;
    width:100%;
    height:118px;
    line-height:116px;
    border:#ececec solid 1px;
    transition:all .2s
}
.case-logo ul li a img {
    max-width:100%;
    max-height:100%
}
.case-logo ul li a:hover {
    border-color:#75a0c9
}
.case-content {
    padding:70px 0
}
.solution-stitle {
    font-size:20px;
    text-align:center;
    margin-top:15px
}
.case-list {
    margin-top:40px
}
.case-list-name {
    position:relative;
    font-size:16px;
    padding-left:15px;
    color:#1976d2;
    font-weight:bold
}
.case-list-name:before {
    content:"";
    position:absolute;
    top:6px;
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:15px;
    vertical-align:middle;
    background-color:#1976d2;
    left:0
}
.case-list-write {
    font-size:16px;
    color:#666;
    line-height:30px;
    margin-top:15px
}
.case-list-write p {
    margin:0
}
.case-img {
    text-align:center;
    margin-top:50px
}
.case-img img {
    max-width:100%
}
.customer-nav a {
    width:14.2857%;
    font-size:24px;
    color:#fff
}
.customer-banner {
    height:938px
}
.customer-banner-name {
    padding-top:160px;
    text-align:center;
    font-size:38px;
    color:#ffffff
}
.customer-logo {
    padding:0 8.5%;
    margin:50px auto 0;
    height:470px;
    position:relative;
    width:1580px
}
.customer-logo a {
    display:block;
    position:absolute;
    width:174px;
    height:152px;
    text-align:center;
    line-height:152px;
    cursor:pointer
}
.customer-logo a .cus-bg {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0
}
.customer-logo a .cus-logo {
    max-width:100%;
    max-height:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:2
}
.customer-logo a.cus-a1 {
    left:0;
    top:84px
}
.customer-logo a.cus-a1 .cus-bg {
    opacity:.2
}
.customer-logo a.cus-a1:hover .cus-bg {
    animation:warn2 1s ease-out 1
}
.customer-logo a.cus-a2 {
    left:139px;
    top:162px
}
.customer-logo a.cus-a2 .cus-bg {
    opacity:.5
}
.customer-logo a.cus-a2:hover .cus-bg {
    animation:warn5 1s ease-out 1
}
.customer-logo a.cus-a3 {
    left:139px;
    top:322px
}
.customer-logo a.cus-a3 .cus-bg {
    opacity:.2
}
.customer-logo a.cus-a3:hover .cus-bg {
    animation:warn2 1s ease-out 1
}
.customer-logo a.cus-a4 {
    left:278px;
    top:84px
}
.customer-logo a.cus-a4:hover .cus-bg {
    animation:warn 1s ease-out 1
}
.customer-logo a.cus-a5 {
    left:278px;
    top:242px
}
.customer-logo a.cus-a5 .cus-bg {
    opacity:.8
}
.customer-logo a.cus-a5:hover .cus-bg {
    animation:warn8 1s ease-out 1
}
.customer-logo a.cus-a6 {
    left:417px;
    top:0
}
.customer-logo a.cus-a6 .cus-bg {
    opacity:.2
}
.customer-logo a.cus-a6:hover .cus-bg {
    animation:warn2 1s ease-out 1
}
.customer-logo a.cus-a7 {
    left:417px;
    top:162px
}
.customer-logo a.cus-a7 .cus-bg {
    opacity:.9
}
.customer-logo a.cus-a7:hover .cus-bg {
    animation:warn9 1s ease-out 1
}
.customer-logo a.cus-a8 {
    left:556px;
    top:242px
}
.customer-logo a.cus-a8:hover .cus-bg {
    animation:warn 1s ease-out 1
}
.customer-logo a.cus-a9 {
    left:694px;
    top:322px
}
.customer-logo a.cus-a9 .cus-bg {
    opacity:.2
}
.customer-logo a.cus-a9:hover .cus-bg {
    animation:warn2 1s ease-out 1
}
.customer-logo a.cus-a10 {
    left:858px;
    top:162px
}
.customer-logo a.cus-a10:hover .cus-bg {
    animation:warn 1s ease-out 1
}
.customer-logo a.cus-a11 {
    left:996px;
    top:84px
}
.customer-logo a.cus-a11 .cus-bg {
    opacity:.8
}
.customer-logo a.cus-a11:hover .cus-bg {
    animation:warn 1s ease-out 1
}
.customer-logo a.cus-a12 {
    left:996px;
    top:242px
}
.customer-logo a.cus-a12 .cus-bg {
    opacity:.9
}
.customer-logo a.cus-a12:hover .cus-bg {
    animation:warn9 1s ease-out 1
}
.customer-logo a.cus-a13 {
    left:1134px;
    top:0
}
.customer-logo a.cus-a13 .cus-bg {
    opacity:.2
}
.customer-logo a.cus-a13:hover .cus-bg {
    animation:warn2 1s ease-out 1
}
.customer-logo a.cus-a14 {
    left:1134px;
    top:162px
}
.customer-logo a.cus-a14 .cus-bg {
    opacity:.8
}
.customer-logo a.cus-a14:hover .cus-bg {
    animation:warn8 1s ease-out 1
}
.customer-logo a.cus-a15 {
    left:1134px;
    top:322px
}
.customer-logo a.cus-a15 .cus-bg {
    opacity:.4
}
.customer-logo a.cus-a15:hover .cus-bg {
    animation:warn4 1s ease-out 1
}
.customer-logo a.cus-a16 {
    left:1272px;
    top:84px
}
.customer-logo a.cus-a16 .cus-bg {
    opacity:.9
}
.customer-logo a.cus-a16:hover .cus-bg {
    animation:warn9 1s ease-out 1
}
.customer-logo a.cus-a17 {
    left:1408px;
    top:0
}
.customer-logo a.cus-a17 .cus-bg {
    opacity:.1
}
.customer-logo a.cus-a17:hover .cus-bg {
    animation:warn1 1s ease-out 1
}
.customer-logo a.cus-a18 {
    left:1272px;
    top:242px
}
.customer-logo a.cus-a18:hover .cus-bg {
    animation:warn 1s ease-out 1
}
.customer-logo .cus-write {
    width:100%;
    height:100%;
    padding-top:20px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    font-size:24px;
    color:#1a68b4;
    line-height:1.6
}
.customer-logo .cus-write .icon {
    font-size:40px
}
.customer-link {
    padding-bottom:50px
}
.customer-link li {
    float:left;
    width:33.333333%;
    text-align:center;
    padding:0 12px;
    margin-bottom:24px
}
.customer-link li a {
    display:block;
    position:relative;
    width:100%;
    height:90px;
    line-height:90px;
    border:#dcdcdc solid 1px;
    padding:0 30px;
    text-decoration:none;
    cursor:pointer;
    color:#010d19;
    transition:all .2s
}
.customer-link li a .border {
    position:absolute;
    background:none;
    transition:all .5s ease-in-out
}
.customer-link li a .border:nth-of-type(1) {
    top:-1px;
    left:-1px;
    width:0;
    height:0;
    border-top:1px solid #5b89bc
}
.customer-link li a .border:nth-of-type(2) {
    top:-1px;
    right:-1px;
    width:0;
    height:0;
    border-right:1px solid #5b89bc
}
.customer-link li a .border:nth-of-type(3) {
    bottom:-1px;
    right:-1px;
    width:0;
    height:0;
    border-bottom:1px solid #5b89bc
}
.customer-link li a .border:nth-of-type(4) {
    bottom:-1px;
    left:-1px;
    width:0;
    height:0;
    border-left:1px solid #5b89bc
}
.customer-link li a .cus-link-name {
    font-size:18px;
    position:relative;
    padding-left:20px;
    text-align:left
}
.customer-link li a .cus-link-name:before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:6px;
    height:6px;
    background-color:#5b89bc;
    transform:translateY(-50%)
}
.customer-link li a:hover {
    color:#5b89bc
}
.customer-link li a:hover .border:nth-of-type(1) {
    width:100%
}
.customer-link li a:hover .border:nth-of-type(2) {
    height:90px
}
.customer-link li a:hover .border:nth-of-type(3) {
    width:100%
}
.customer-link li a:hover .border:nth-of-type(4) {
    height:90px
}
.customer-title {
    margin-top:30px;
    font-size:30px;
    color:#5b89bc;
    padding:0 30px
}
.customer-link {
    margin-top:15px
}
@keyframes warn {
    0% {
        transform:scale(1);
        opacity:1
    }
    20% {
        transform:scale(1);
        opacity:.8
    }
    40% {
        transform:scale(1.2);
        opacity:.6
    }
    60% {
        transform:scale(1.4);
        opacity:.4
    }
    80% {
        transform:scale(1.6);
        opacity:.2
    }
    100% {
        transform:scale(1.8);
        opacity:0
    }
}@keyframes warn9 {
     0% {
         transform:scale(1);
         opacity:.9
     }
     20% {
         transform:scale(1);
         opacity:.7
     }
     40% {
         transform:scale(1.2);
         opacity:.5
     }
     60% {
         transform:scale(1.4);
         opacity:.3
     }
     80% {
         transform:scale(1.6);
         opacity:.2
     }
     100% {
         transform:scale(1.8);
         opacity:0
     }
 }@keyframes warn8 {
      0% {
          transform:scale(1);
          opacity:.8
      }
      20% {
          transform:scale(1);
          opacity:.6
      }
      40% {
          transform:scale(1.2);
          opacity:.4
      }
      60% {
          transform:scale(1.4);
          opacity:.2
      }
      80% {
          transform:scale(1.6);
          opacity:.1
      }
      100% {
          transform:scale(1.8);
          opacity:0
      }
  }@keyframes warn5 {
       0% {
           transform:scale(1);
           opacity:.5
       }
       20% {
           transform:scale(1);
           opacity:.4
       }
       40% {
           transform:scale(1.2);
           opacity:.3
       }
       60% {
           transform:scale(1.4);
           opacity:.2
       }
       80% {
           transform:scale(1.6);
           opacity:.1
       }
       100% {
           transform:scale(1.8);
           opacity:0
       }
   }@keyframes warn4 {
        0% {
            transform:scale(1);
            opacity:.4
        }
        20% {
            transform:scale(1);
            opacity:.35
        }
        40% {
            transform:scale(1.2);
            opacity:.3
        }
        60% {
            transform:scale(1.4);
            opacity:.2
        }
        80% {
            transform:scale(1.6);
            opacity:.1
        }
        100% {
            transform:scale(1.8);
            opacity:0
        }
    }@keyframes warn2 {
         0% {
             transform:scale(1);
             opacity:.2
         }
         20% {
             transform:scale(1);
             opacity:.2
         }
         40% {
             transform:scale(1.2);
             opacity:.15
         }
         60% {
             transform:scale(1.4);
             opacity:.15
         }
         80% {
             transform:scale(1.6);
             opacity:.1
         }
         100% {
             transform:scale(1.8);
             opacity:0
         }
     }@keyframes warn1 {
          0% {
              transform:scale(1);
              opacity:.1
          }
          20% {
              transform:scale(1);
              opacity:.08
          }
          40% {
              transform:scale(1.2);
              opacity:.06
          }
          60% {
              transform:scale(1.4);
              opacity:.04
          }
          80% {
              transform:scale(1.6);
              opacity:.02
          }
          100% {
              transform:scale(1.8);
              opacity:0
          }
      }.banner-word {
           padding-top:70px;
           /*text-align:center;*/
           color:#fff
       }
.banner-word .bi-title {
    background:url("../images/bi-title-bg1.png") no-repeat center bottom;
    color:#fff
}
.banner-word .bi-title-describe {
    font-size:20px;
    color:#fff;
    text-align:center;
    margin-top:20px
}
.banner-word .bi-title-describe span {
    font-size:36px;
    color:#25cdf1
}
.banner-word .bi-title-write {
    font-size:15px;
    line-height:32px;
    color:#fff;
    margin-top:60px
}
.about-content {
    padding:70px 0;
    background:no-repeat center bottom
}
.about-item-icon {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.about-item-icon:hover {
    -webkit-animation-name:tada;
    animation-name:tada
}
.about-title-name {
    background:url("../images/bi-title-bg.png") no-repeat center bottom;
    padding-bottom:30px;
    font-size:34px;
    color:#333;
    text-align:center
}
.about-title-word {
    font-size:20px;
    color:#333333;
    margin-top:15px;
    text-align:center
}
.about-title-describe {
    font-size:16px;
    color:#333333;
    margin-top:15px;
    text-align:center
}
.about-title-describe span {
    color:#5b89bc
}
.about-option-item {
    float:left;
    text-align:center
}
.about-option-item .about-item-number {
    color:#eaeaea;
    font-size:70px;
    line-height:1.2;
    font-family:Arial;
    font-weight:bold;
    margin-top:30px
}
.about-option-item .about-item-describe {
    font-size:18px;
    color:#333
}
.about-option-item .about-item-do {
    font-size:18px;
    color:#5b89bc
}
.about-option-item:nth-child(2) {
    margin-left:230px;
    margin-top:65px
}
.about-option-item:last-child {
    float:right;
    margin-top:20px
}
.culture {
    text-align:center;
    margin-top:60px;
    padding-top:30px;
    position:relative
}
.culture-spot {
    position:absolute
}
.culture-spot.spot1 {
    left:75px;
    top:18px
}
.culture-spot.spot2 {
    right:75px;
    top:200px
}
.culture-word {
    position:absolute;
    z-index:10;
    width:200px
}
.culture-word .chi {
    background:url("../images/about-pove.png") no-repeat center;
    height:166px;
    text-align:center;
    font-size:18px;
    color:#5b89bc;
    padding-top:33px;
    cursor:pointer;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.culture-word .chi:hover {
    -webkit-animation-name:bounce;
    animation-name:bounce
}
.culture-word .eng {
    position:absolute;
    font-size:26px;
    color:#eaeaea
}
.culture-word.word1 {
    left:119px;
    top:18px
}
.culture-word.word1 .eng {
    left:-49px;
    top:85px
}
.culture-word.word2 {
    left:229px;
    top:147px
}
.culture-word.word2 .eng {
    left:-67px;
    top:101px
}
.culture-word.word3 {
    right:88px;
    top:18px
}
.culture-word.word3 .eng {
    right:-50px;
    top:93px
}
.culture-word.word4 {
    right:180px;
    top:147px
}
.culture-word.word4 .eng {
    right:-23px;
    top:135px
}
@media (max-width:1600px) {
    .customer-logo {
        transform:scale(.7);
        transform-origin:left top;
        left:50%;
        margin-left:-553px
    }
    .customer-banner {
        height:650px
    }
    .customer-banner-name {
        padding-top:110px;
        font-size:30px
    }
}@media (max-width:1400px) {
    .header {
        padding:0 145px
    }
    .mainav {
        float:left
    }
    .accordion-banner {
        height:500px
    }
    .accordion-banner .according-write {
        top:58%;
        padding:0 40px
    }
    .accordion-banner .according-name {
        font-size:20px
    }
    .accordion-banner .according-describe {
        margin-top:10px;
        line-height:24px;
        font-size:14px
    }
}.cannect .col-md-6 {
     padding:0
 }
.cannect-row {
    position:relative;
    overflow:hidden
}
.cannect-row>img {
    display:block;
    float:left
}
.cannect-row .bd {
    float:left;
    padding-left:30px
}
.cannect-row .tit {
    font-size:22px;
    color:#333;
    font-weight:lighter;
    padding-bottom:10px
}
.cannect-row .infor {
    font-size:18px;
    color:#666;
    font-weight:lighter
}
.multipleColumn {
    overflow:hidden;
    position:relative;
    width:100%;
    margin-top:60px
}
.multipleColumn .ulWrap {
    transform:translate3d(0,0,0)
}
.multipleColumn .prev,.multipleColumn .next {
    position:absolute;
    top:50%;
    margin-top:-40px;
    display:block;
    width:60px;
    height:80px;
    float:right;
    overflow:hidden;
    cursor:pointer;
    background-color:rgba(0,0,0,0.5);
    z-index:3
}
.multipleColumn .prev:hover,.multipleColumn .next:hover {
    background-color:rgba(0,0,0,0.9)
}
.multipleColumn .prev {
    left:0
}
.multipleColumn .next {
    right:0
}
.multipleColumn .bd {
    overflow:hidden
}
.multipleColumn .bd ul {
    zoom:1;
    width:100%
}
.multipleColumn .bd ul li {
    position:relative;
    width:100%;
    height:355px;
    cursor:pointer;
    white-space:nowrap;
    overflow:hidden;
    display:flex;
    align-items:center
}
.multipleColumn .bd ul li .pic {
    display:block;
    position:relative;
    width:25%;
    height:100%;
    text-align:center;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    transition:all .3s
}
.multipleColumn .bd ul li .pic.lang {
    width:31%
}
.multipleColumn .bd ul li .pic.short {
    width:23%
}
.multipleColumn .bd ul li .title {
    position:absolute;
    left:35px;
    right:35px;
    bottom:12px
}
.multipleColumn .bd ul li .title span {
    display:block;
    font-size:20px;
    color:#fff;
    line-height:2
}
.multipleColumn .bd ul li .title em {
    font-size:14px;
    color:#fff;
    font-style:normal
}
.banner-word2 {
    padding-top:200px;
    text-align:center;
    color:#fff
}
.banner-word2 .title {
    font-size:48px;
    text-shadow:0 2px 2px rgba(0,0,0,0.2)
}
.banner-word2 .infor {
    font-size:28px;
    text-shadow:0 2px 2px rgba(0,0,0,0.2)
}
.apply-content {
    position:relative;
    margin-top:10px
}
.apply-content .apply-box .tit {
    height:75px;
    line-height:75px;
    font-size:18px;
    color:#666
}
.apply-content .apply-box .tit i {
    color:#ff0000
}
.apply-content .apply-box .box {
    position:relative;
    overflow:hidden;
    width:100%
}
.apply-content .apply-box .box input {
    width:100%;
    font-size:22px;
    color:#333;
    height:56px;
    border-radius:56px;
    padding:0 30px;
    border:0;
    background:#edf1f2
}
.apply-content .apply-box .box textarea {
    display:block;
    width:100%;
    height:130px;
    border:0;
    background:#edf1f2;
    border-radius:10px;
    padding:15px 30px;
    font-size:22px
}
.apply-content .apply-btn {
    display:inline-block;
    width:158px;
    height:46px;
    text-align:center;
    line-height:46px;
    color:#fff;
    font-size:22px;
    background-color:#1876d3;
    border-radius:46px;
    margin:40px 0;
    transition:all .3s
}
.apply-content .apply-btn:hover {
    background-color:#1768b8
}
.success-content {
    position:relative;
    padding:15px 20px;
    text-align:center
}
.success-content .text1 {
    padding-bottom:15px
}
.success-content .text1 .icon {
    display:inline-block;
    vertical-align:middle;
    font-size:36px;
    margin-right:10px;
    color:#75bf4e
}
.success-content .text1 span {
    display:inline-block;
    font-size:24px;
    vertical-align:middle
}
.success-content .text2 {
    font-size:14px;
    color:#666;
    line-height:1.7
}
@media (max-width:1367px) {
    .mainav {
        margin-left:30px
    }
    .mainav>li>a {
        padding:43px 28px 15px 28px
    }
    .space-size .rows {
        margin:0 60px
    }
}.bipark-link.active ul {
     padding:10px 0
 }
.bipark-link.active ul li {
    margin:0
}
.bipark-link.active ul li .link-img {
    width:53px;
    height:60px;
    line-height:60px
}
.bipark-link.active ul li svg.icon {
    width:25px;
    height:25px
}
.bipark-link.active ul li i {
    font-size:24px
}
.bipark-link.active ul li:hover .link-img {
    background:url("../images/bipark/link-bg2.png") no-repeat;
    background-size:cover
}
.bipark-link.active .link-name {
    font-size:16px
}
.case-logo.active {
    background-color:#fff;
    box-sizing:border-box;
    box-shadow:0 2px 10px 2px rgba(0,0,0,0.1);
    padding:10px 0
}
.case-logo.active ul li {
    width:10%
}
.case-logo.active ul li a {
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%
}
.case-logo.active ul li a img {
    max-width:70%;
    max-height:80%
}
.case-device {
    position:fixed;
    left:0;
    right:0;
    top:0;
    padding:10px 0;
    background-color:#fff;
    box-sizing:border-box;
    box-shadow:0 2px 10px 2px rgba(0,0,0,0.1);
    z-index:120;
    height:80px;
    overflow:hidden;
    display:none
}
.case-device .container {
    position:relative
}
.case-device .swiper-container {
    height:60px;
    overflow:hidden
}
.case-device .swiper-slide {
    padding:0 5px;
    box-sizing:border-box
}
.case-device .swiper-slide a {
    display:block;
    width:100%;
    height:60px;
    line-height:60px;
    border:#ececec solid 1px;
    text-align:center
}
.case-device .swiper-slide a img {
    max-width:70%;
    max-height:80%
}
.case-device .arrow-left {
    position:absolute;
    left:-20px;
    top:50%;
    margin-top:-14px;
    width:20px;
    height:28px;
    line-height:28px;
    cursor:pointer;
    background-color:#f5f5f5;
    font-size:20px;
    font-family:SimSun;
    text-align:center
}
.case-device .arrow-right {
    position:absolute;
    right:-20px;
    top:50%;
    margin-top:-14px;
    width:20px;
    height:28px;
    line-height:28px;
    cursor:pointer;
    background-color:#f5f5f5;
    font-size:20px;
    font-family:SimSun;
    text-align:center
}
.park-device {
    position:fixed;
    left:0;
    right:0;
    top:0;
    padding:10px 0;
    background-color:#fff;
    box-sizing:border-box;
    box-shadow:0 2px 10px 2px rgba(0,0,0,0.1);
    z-index:120;
    overflow:hidden;
    height:110px;
    display:none
}
.park-device .container {
    position:relative
}
.park-device .swiper-container {
    height:90px;
    overflow:hidden
}
.park-device .swiper-slide {
    padding:0 5px;
    box-sizing:border-box;
    text-align:center
}
.park-device .swiper-slide a {
    display:block
}
.park-device .swiper-slide a:hover .link-img {
    background:url(../images/bipark/link-bg2.png) no-repeat;
    background-size:cover
}
.park-device .swiper-slide a:hover svg.icon {
    transform:translate(-50%,-50%) rotateY(180deg);
    opacity:0
}
.park-device .swiper-slide a:hover i.icon {
    color:#fff;
    opacity:1
}
.park-device .swiper-slide a:hover .link-name {
    color:#3285d8
}
.park-device .swiper-slide .link-img {
    position:relative;
    display:inline-block;
    background:url(../images/bipark/link-bg1.png) no-repeat;
    background-size:cover;
    text-align:center;
    transition:all .25s;
    overflow:hidden;
    width:53px;
    height:60px;
    line-height:60px
}
.park-device .swiper-slide svg.icon {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    display:inline-block;
    background-repeat:no-repeat;
    background-position:center;
    transition:all .3s;
    fill:currentColor;
    overflow:hidden;
    width:24px;
    height:24px
}
.park-device .swiper-slide i {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    opacity:0;
    display:inline-block;
    width:42px;
    height:42px;
    text-align:center;
    line-height:42px;
    transition:all .3s;
    font-size:24px
}
.park-device .swiper-slide .link-name {
    font-size:14px;
    margin-top:5px
}
.park-device .arrow-left {
    position:absolute;
    left:-20px;
    top:50%;
    margin-top:-14px;
    width:20px;
    height:28px;
    line-height:28px;
    cursor:pointer;
    background-color:#f5f5f5;
    font-size:20px;
    font-family:SimSun;
    text-align:center
}
.park-device .arrow-right {
    position:absolute;
    right:-20px;
    top:50%;
    margin-top:-14px;
    width:20px;
    height:28px;
    line-height:28px;
    cursor:pointer;
    background-color:#f5f5f5;
    font-size:20px;
    font-family:SimSun;
    text-align:center
}
